home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00503.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  404 b   |  20 lines

  1. on exitFrame
  2.   sound fadeIn 2
  3.   if rollOver(18) then
  4.     repeat with x = 5 to 9
  5.       set the visible of sprite x to 1
  6.     end repeat
  7.   else
  8.     repeat with x = 5 to 9
  9.       set the visible of sprite x to 0
  10.     end repeat
  11.   end if
  12.   repeat with x = 23 to 29
  13.     if rollOver(x) then
  14.       set the visible of sprite x to 1
  15.       next repeat
  16.     end if
  17.     set the visible of sprite x to 0
  18.   end repeat
  19. end
  20.